From 2c5634dad18a75ffc16b0653b662193d48b7de3c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 May 2005 05:23:35 +0000 Subject: [PATCH] Avoid getting the interface struct twice in the same function. (#300513, 2005-05-03 Matthias Clasen * gtk/gtktreemodel.c: Avoid getting the interface struct twice in the same function. (#300513, Billy Biggs) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-8 | 3 +++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62d2a20bac..78f1b1511a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-05-03 Matthias Clasen + * gtk/gtktreemodel.c: Avoid getting the interface struct + twice in the same function. (#300513, Billy Biggs) + * gtk/gtkscrolledwindow.h: * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): * gtk/gtk.symbols: Add getters for the scrollbars. (#167181, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 62d2a20bac..78f1b1511a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-05-03 Matthias Clasen + * gtk/gtktreemodel.c: Avoid getting the interface struct + twice in the same function. (#300513, Billy Biggs) + * gtk/gtkscrolledwindow.h: * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): * gtk/gtk.symbols: Add getters for the scrollbars. (#167181, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 62d2a20bac..78f1b1511a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-05-03 Matthias Clasen + * gtk/gtktreemodel.c: Avoid getting the interface struct + twice in the same function. (#300513, Billy Biggs) + * gtk/gtkscrolledwindow.h: * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): * gtk/gtk.symbols: Add getters for the scrollbars. (#167181, -- 2.30.2